Instantiation
Once your InteropForm project is referenced, you can create and show the InteropForm just as you would any other Visual Basic 6.0 Form.
Dim hello As New HelloWorldForm
hello.Show vbModal
hello.Show vbModal
Interop Forms Toolkit | |
How To Instantiate an InteropForm |
Instantiation
Once your InteropForm project is referenced, you can create and show the InteropForm just as you would any other Visual Basic 6.0 Form.